Improve wording of Garmin USB exclusive use warning.
authorrobertlipe@gmail.com <robertlipe@gmail.com@f51c46e8-681c-474f-0cfe-069cfd0219fb>
Fri, 24 Feb 2012 15:36:21 +0000 (15:36 +0000)
committerrobertlipe@gmail.com <robertlipe@gmail.com@f51c46e8-681c-474f-0cfe-069cfd0219fb>
Fri, 24 Feb 2012 15:36:21 +0000 (15:36 +0000)
git-svn-id: http://gpsbabel.googlecode.com/svn/trunk@4155 f51c46e8-681c-474f-0cfe-069cfd0219fb

gpsbabel/jeeps/gpsusbwin.c

index c95918b15f1e1cae47f745304c9d9a04806b24f9..34bf9168c9631a765c9984f1038989fe10b7d086 100644 (file)
@@ -166,7 +166,8 @@ HANDLE* garmin_usb_start(HDEVINFO* hdevinfo, SP_DEVICE_INTERFACE_DATA* infodata)
     if (GetLastError() == ERROR_ACCESS_DENIED) {
       warning(
         "Exclusive access is denied.  It's likely that something else such as\n"
-        "Nroute, Spanner, Google Earth, or GPSGate already has control of the device\n");
+        "Garmin Lifetime Updater, Communicator, Basecamp, Nroute, Spanner,\n"
+        "Google Earth, or GPSGate already has control of the device\n");
     }
     GPS_Serial_Error("(usb) CreateFile on '%s' failed", pdd->DevicePath);
     return NULL;